home *** CD-ROM | disk | FTP | other *** search
/ Die Speccy' 97 / Die Speccy' 97.iso / amiga_system / the_aminet / comm / bbs / s342q07.lha / 2ndfmt.h < prev    next >
C/C++ Source or Header  |  1992-10-21  |  461b  |  23 lines

  1. /*
  2. *                2ndfmt.h
  3. *
  4. * Header file for common definitions concerning secondary node lists.
  5. */
  6. #ifndef SECONDARY_HEADER
  7. #define SECONDARY_HEADER
  8. #include <stdio.h>
  9. #include "sysdep.h"
  10. void NormStr(char *s);
  11. #define BUCKETCOUNT    36
  12. #define VERS_SIZE    20
  13. #define TABLE_VERS    1
  14. #define DUP        0x01
  15. #define FMT_COPYRIGHT "Copyright (c) 1990-1992 by Hue, Jr."
  16. typedef struct 
  17.   {
  18.   UNS_32 offset;        /* absolute jump point in file */
  19.   
  20.   }
  21. JumpInfo;
  22. #endif
  23.